home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14369 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: dogmat@aol.com (Dogmat)
  3. Newsgroups: comp.lang.smalltalk,comp.object,comp.lang.c++,comp.lang.java
  4. Subject: Re: The Good, the Bad, the Ugly, and the Wicked ...
  5. Date: 29 Mar 1996 20:21:53 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4ji2bh$him@newsbf02.news.aol.com>
  9. References: <AD8172259668481BA3@mac-sandvik.engr.sgi.com>
  10. Reply-To: dogmat@aol.com (Dogmat)
  11. NNTP-Posting-Host: newsbf02.mail.aol.com
  12.  
  13. >>  >It sounds really strange if you want to send messages to methods :-)
  14. >> 
  15. >>Yep, even more strange when the system responds "method not found" :-).
  16. >>
  17. >
  18.  >As I betray my Smalltalk bias:  why does it seem strange?  If everything
  19. >is an object, why can't a method be?
  20.  
  21. Getting off thread, here, but I can't help agreeing strongly with the last
  22. comment. Everything IS an object, and if it isn't, then some vendor
  23. screwed up the implementation. I got out of Prograph (a Visual OOP)
  24. because it "bottomed out" at Numbers, Strings, Lists, etc. If Smalltalk
  25. won't let me treat Methods as Objects, I'll probably get out of Smalltalk
  26. eventually. Smalltalk, in principle, should allow anything (good or bad).
  27. Any limitation is a (temporary?) oversight that can be corrected with a
  28. more powerful library.
  29.